home *** CD-ROM | disk | FTP | other *** search
- object NewRepositoryForm: TNewRepositoryForm
- Left = 376
- Top = 141
- ActiveControl = DRName
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = '%s Dictionary'
- ClientHeight = 197
- ClientWidth = 442
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel1: TBevel
- Left = 10
- Top = 10
- Width = 423
- Height = 139
- Shape = bsFrame
- end
- object NameLabel: TLabel
- Left = 24
- Top = 23
- Width = 111
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Dictionary Name:'
- end
- object DatabaseLabel: TLabel
- Left = 64
- Top = 53
- Width = 71
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Database:'
- end
- object TableLabel: TLabel
- Left = 48
- Top = 82
- Width = 87
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Table Name:'
- end
- object DescLabel: TLabel
- Left = 56
- Top = 111
- Width = 79
- Height = 19
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Description:'
- end
- object TableEdit: TEdit
- Left = 144
- Top = 79
- Width = 277
- Height = 29
- TabOrder = 5
- OnChange = CheckOK
- end
- object TableBox: TComboBox
- Left = 144
- Top = 79
- Width = 277
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- Sorted = True
- TabOrder = 6
- OnChange = CheckOK
- OnDropDown = TableBoxDropDown
- end
- object OKBtn: TButton
- Left = 144
- Top = 158
- Width = 92
- Height = 30
- Caption = 'OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 242
- Top = 158
- Width = 93
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object HelpBtn: TButton
- Left = 341
- Top = 158
- Width = 92
- Height = 30
- Caption = '&Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- object DRName: TEdit
- Left = 144
- Top = 20
- Width = 277
- Height = 29
- TabOrder = 3
- OnChange = CheckOK
- end
- object DbList: TComboBox
- Left = 144
- Top = 49
- Width = 277
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- Sorted = True
- TabOrder = 4
- OnChange = DbListChange
- end
- object DRDesc: TEdit
- Left = 144
- Top = 108
- Width = 277
- Height = 30
- TabOrder = 7
- end
- end
-